Nevron Open Vision Documentation
Nevron.Nov.Diagram.Batches Namespace / NBatch Class / Build Method / Build(NDiagramItem[]) Method


In This Topic
    Build(NDiagramItem[]) Method
    In This Topic
    Builds the batch from the specified nodes
    Syntax
    'Declaration
     
    
    Public Overloads Sub Build( _
       ByVal ParamArray items() As NDiagramItem _
    ) 
    'Usage
     
    
    Dim instance As NBatch
    Dim items() As NDiagramItem
     
    instance.Build(items)
    public void Build( 
       params NDiagramItem[] items
    )

    Parameters

    items
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also